Xuni 製品ヘルプ
Insert メソッド (XuniCollectionViewWithSource<S,T>)
項目( item )を挿入するインデックス(0を基準)
System.Collections.Generic.IList`1 に挿入するオブジェクト
指定されたインデックスでSystem.Collections.Generic.IList`1 に項目を挿入します。
構文
public void Insert( 
   System.int index,
   T item
)

パラメータ

index
項目( item )を挿入するインデックス(0を基準)
item
System.Collections.Generic.IList`1 に挿入するオブジェクト
例外
例外解説
System.NotImplementedExceptionThe exception that is thrown when a requested method or operation is not implemented.
参照

XuniCollectionViewWithSource<S,T> クラス
XuniCollectionViewWithSource<S,T> メンバ

 

 


Copyright c GrapeCity inc. All rights reserved.